Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / IAsyncOperationWithProgress<TResult,TProgress> Interface / Progress Property

In This Topic
    Progress Property (IAsyncOperationWithProgress<TResult,TProgress>)
    In This Topic
    Gets or sets the method that receives progress events.
    Syntax
    'Declaration
     
    Property Progress As C1.WPF.Document.AsyncOperationProgressHandler(Of TResult,TProgress)
    C1.WPF.Document.AsyncOperationProgressHandler<TResult,TProgress> Progress {get; set;}
    See Also